home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr15 / hpgrob20.zip / HPGROB.DOC next >
Text File  |  1993-05-04  |  6KB  |  194 lines

  1.             ▀██▀ ▀██▀  ▀██▀▀█▄  ▄█▀▀▀█▄  ▀██▀▀█▄    ▄█▀▀█▄   ▀██▀▀█▄
  2.              ██▄▄▄██    ██▄▄█▀  ██        ██▄▄█▀   ██    ██   ██▄▄█▀
  3.              ██   ██    ██      ██  ▀██   ██  ██   ▀█▄  ▄█▀   ██  ██
  4.             ▀▀▀▀ ▀▀▀▀  ▀▀▀▀      ▀▀▀▀▀   ▀▀▀▀ ▀▀▀    ▀▀▀▀    ▀▀▀▀▀▀
  5.                      VERSION 2.0 Copyright by P.Lecluse, 1993
  6.                                                               3th May, 1993
  7.  1. Screen and functions
  8.  2. Install the Library 1099 on your HP48
  9.  3. Future version
  10.  4. Author
  11.  
  12.  WARNING:
  13.  ────────
  14.   Hewlett Packard (=HP): is a registred trademark of Hewlett-Packard Company.
  15.   Turbo Pascal (TP6): @ By Borland International, Inc.
  16.  
  17.  1. Screen and functions
  18. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  19. ┌──────────────────────────────────────────────────────────┐
  20. │ ▄1 ┌───────────────────────────────────────────┐  ▄9 ▄H  │
  21. │ ▄2 │                                           │  ▄A ▄I  │
  22. │ ▄3 │                                           │  ▄B ▄J  │
  23. │ ▄4 │                                           │  ▄C ▄K  │
  24. │ ▄5 │                                           │  ▄D ▄L  │
  25. │ ▄6 │                                           │  ▄E ▄M  │
  26. │ ▄7 │                                           │  ▄F ▄N  │
  27. │ ▄8 │                                           │  ▄G ▄O  │
  28. │    └───────────────────────────────────────────┘         │
  29. │┌─────────┐ ┌─────────┐ ┌─────────┐   ┌───┐  ┌───┐  ┌───┐ │
  30. ││    P    │ │    Q    │ │    R    │   │ S │  │ T │  │ U │ │
  31. │└─────────┘ └─────────┘ └─────────┘   └───┘  └───┘  └───┘ │
  32. │                                            ┌──────────┐  │
  33. │                                            │     V    │  │
  34. │                                            └──────────┘  │
  35. └──────────────────────────────────────────────────────────┘
  36. (Thanks the draw, for this small diagram !!!)
  37.  
  38. Explanation:
  39.  
  40. * 1: Print
  41. ══════════
  42.  This procedure gives you the possibility to print the current graphic on
  43.  your HP Deskjet or on your HP Laserjet.
  44.  The size depends of the DPI (Advice: choose 100 DPI).
  45.  You can change DPI in the Configuration Menu
  46.  
  47. * 2: Transfer HP-PC & PC-HP
  48. ═══════════════════════════
  49.  It only works when the library 1099 is installed on your HP.
  50.  (Don't forget to choose the COM port !)
  51.  Rem: if your HP wire is on the same COM as the Mouse, use + & -, but
  52.       don't forget to configure your COM !
  53.  It doesn't work with Kermit functions.
  54.  
  55. * 3: Configuration Menu
  56. ═══════════════════════
  57.  In this menu, you can activate the screen saver (not recommended on slow PC).
  58.  You can modify some colours. You have the possibility to set the DPI
  59.  resolution of your printer.
  60.  
  61. * 4: Effect Menu
  62. ════════════════
  63.  This is a technical menu. You have some possibilies. Rotate, invert, flip...
  64.  
  65. * 5: PCX Menu
  66. ═════════════
  67.  You can load a PCX file. But please, you can *ONLY* load VGA 640x480x16
  68.  colours PCX. Save always your work before using this function !
  69.  If the file exist, choose the part of screen that you would take.
  70.  After this, click (0) over colours you want. Click (1) to exit.
  71.  
  72. * 6: Help
  73. ═════════
  74.  
  75. * 7: Information
  76. ════════════════
  77.  
  78. * 8: Exit
  79. ═════════
  80.  
  81. * 9-A-B-C-H-I-J-K: Graphical functions
  82. ══════════════════════════════════════
  83.  It's not difficult to use...
  84.  
  85. * D: Load
  86. ═════════
  87.  You can load *ONLY* graphic 131 x 64 in ASCII mode.
  88.  Code like Kermit file.
  89.  
  90. * E: Zoom
  91. ═════════
  92.  You can zoom a part of the HP screen. (20 x 20 pixels)
  93.  
  94. * F: Copy
  95. ═════════
  96.  Copy a part of the HP screen into the buffer (clipboard).
  97.  
  98. * G: Grid
  99. ═════════
  100.  Draw/Erase a grid on the HP screen...
  101.  
  102. * L: Save
  103. ═════════
  104.  Save the current graphic into a file (in ASCII mode)
  105.  
  106. * M: Text
  107. ═════════
  108.  You can write a text on the HP screen. Use the ASCII table of your HP48 !
  109.  Arrows aren't available. Only BKSPC works !
  110.  
  111. * N: Paste
  112. ══════════
  113.  Restore a part of the HP screen from the clipboard.
  114.  
  115. * O: Clear Screen
  116. ═════════════════
  117.  
  118. * P: Backup & Restore
  119. ═════════════════════
  120.  Click in this menu to realize a backup or to restore the screen.
  121.  
  122. * Q: Look Small
  123. ═══════════════
  124.  This is the same screen as the bigger... It's sometimes interesting to see
  125.  a smaller screen. (It has nearly the same size than the HP48)
  126.  Click on this menu to move the screen (up, down, left, right).
  127.  
  128. * R: Clipboard
  129. ══════════════
  130.  In this part of screen, you can see what you have on your clipboard.
  131.  (works with COPY and PASTE)
  132.  
  133. * S: Colour
  134. ═══════════
  135.  Select the colour you want to use for your mouse button.
  136.  It's important for: TEXT, MOVE (look small), all graphical functions,..
  137.  
  138. * T: Shape
  139. ══════════
  140.  Rem: Big circle is not recommended for slow PC... It brings some
  141.  "parasite" pixel near the coordinate box. I don't know why... It's
  142.  incredible !
  143.  
  144. * U: Set char
  145. ═════════════
  146.  Sorry, but there is only one kind of char available for this release...
  147.  So, It's not in use !
  148.  
  149. * V: coordinate Box
  150. ═══════════════════
  151.  When the mouse is out of the HP screen, it's returning this value: 500
  152.  
  153.  2. Install the Library 1099 on your HP48
  154. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  155.  If you want to transfer Graphic without using kermit, you MUST first
  156.  install the Library 1099 (HPGROB) on you HP48S(X).
  157.  Go on kermit.. send L1099.
  158.  Recall the variable 'L1099' on the stack...
  159.  Push 0 Press 'STO'
  160.  Shut OFF you HP, Press ON.. (or press ON & C)
  161.  Recall the variable 'L1099' on the stack and press 'PURGE'...
  162.  It's installed... All is fine ! Now you can transfer your graphic !!
  163.  
  164.  3. Future version
  165. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  166. What I should add:
  167.  1. Add other char set
  168.  2. Find the bug in Rotate Any Angle
  169.  3. Improve some function (speed)
  170.  4. increase the size of the screen (more than 131x64) & fit my transfer
  171.     protocol
  172.  5. Add some other printer drivers (Epson, Canon,...)
  173.  6. Accept BIN mode for files
  174.  7. A search file menu
  175.  8. many other things !!
  176.  
  177.  Your ideas are welcome !!!!!
  178.  
  179.  4. Author
  180. ▀▀▀▀▀▀▀▀▀▀▀
  181.  I'm 19 years old. I'm living in Belgium (Waterloo)
  182.  I'm a student in an Engineer College.
  183.  I program in Pascal, Asm, TC (not yet C++, I don't like it !!)
  184.  If you want to contact me for any reasons... Contact me
  185.  
  186.    Leluse Philippe
  187.    66, Chemin des Noces       or my Fido Address is 2:291/712.138
  188.     1410 Waterloo
  189.      Belgium
  190.  
  191.  Donations, ideas, critics are welcome !!!
  192.  
  193. ******* Sorry for my English... But my mother tongue is French... *******
  194.